home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 123 / cdrom123.iso / essenc / extens / wweb / Web Developer.xpi / chrome / webdeveloper.jar / content / webdeveloper / stylesheets / show_comments.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-11-21  |  819 b   |  33 lines

  1. div.webdeveloper-comment-icon
  2. {
  3.     border: 1px dotted #000000 !important;
  4.     cursor: pointer !important;
  5.     height: 14px !important;
  6.     text-align: center !important;
  7.     width: 14px !important;
  8.     z-index: 999 !important;
  9. }
  10.  
  11. div.webdeveloper-comment-icon, div.webdeveloper-comment-text
  12. {
  13.     position: absolute !important;
  14. }
  15.  
  16. div.webdeveloper-comment-icon, div.webdeveloper-comment-text, div.webdeveloper-comment-text *
  17. {
  18.     font-family: Verdana, Lucida, Arial, Helvetica, sans-serif !important;
  19.     font-size: 10px !important;
  20.     line-height: 11px !important;
  21. }
  22.  
  23. div.webdeveloper-comment-text
  24. {
  25.     border: 1px dotted #000000 !important;
  26.     padding: 5px !important;
  27.     z-index: 1000 !important;
  28. }
  29.  
  30. div.webdeveloper-comment-text, div.webdeveloper-comment-text *
  31. {
  32.     text-align: left !important;
  33. }